[INFO] fetching crate data-router 0.3.0...
[INFO] checking data-router-0.3.0 against try#f4690f24e7d9bcb0b168a02b06dd61391e8bd55a for pr-157814-crater-rollup
[INFO] extracting crate data-router 0.3.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate data-router 0.3.0
[INFO] finished tweaking crates.io crate data-router 0.3.0
[INFO] tweaked toml for crates.io crate data-router 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate data-router 0.3.0 on toolchain f4690f24e7d9bcb0b168a02b06dd61391e8bd55a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding counted_map v0.3.0 (available: v0.4.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 937dfccf0514420f55a29ffbbbca67bf65509102a64706f400c1a1456ad72b80
[INFO] running `Command { std: "docker" "start" "937dfccf0514420f55a29ffbbbca67bf65509102a64706f400c1a1456ad72b80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "937dfccf0514420f55a29ffbbbca67bf65509102a64706f400c1a1456ad72b80" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "937dfccf0514420f55a29ffbbbca67bf65509102a64706f400c1a1456ad72b80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "937dfccf0514420f55a29ffbbbca67bf65509102a64706f400c1a1456ad72b80" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking counted_map v0.3.0
[INFO] [stderr]     Checking data-router v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:48:38
[INFO] [stdout]     |
[INFO] [stdout]  48 |               $($intercept: Option<Box<dyn $I>>,)*
[INFO] [stdout]     |                                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:292:13
[INFO] [stdout]     |
[INFO] [stdout] 292 | /             multi_router!(
[INFO] [stdout] 293 | |                 #[derive()]
[INFO] [stdout] 294 | |                 pub PlayerMultiRouter {
[INFO] [stdout] 295 | |                     i as LifeIntercept where i32 => () | bool => (),
[INFO] [stdout] ...   |
[INFO] [stdout] 300 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:48:38
[INFO] [stdout]     |
[INFO] [stdout]  48 |               $($intercept: Option<Box<dyn $I>>,)*
[INFO] [stdout]     |                                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 | /             multi_router!(pub ShieldedMultiRouter {
[INFO] [stdout] 303 | |                 i as LifeIntercept where i32 | bool
[INFO] [stdout] 304 | |             });
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:23:56
[INFO] [stdout]     |
[INFO] [stdout]  23 |             fn take_intercept(&mut self) -> Option<Box<dyn $I>>;
[INFO] [stdout]     |                                                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:289:13
[INFO] [stdout]     |
[INFO] [stdout] 289 |             multi_router_intercept_trait!(pub LifeIntercept for i32 | bool);
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:24:52
[INFO] [stdout]     |
[INFO] [stdout]  24 |             fn intercept(&mut self, intercept: Box<dyn $I>);
[INFO] [stdout]     |                                                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:289:13
[INFO] [stdout]     |
[INFO] [stdout] 289 |             multi_router_intercept_trait!(pub LifeIntercept for i32 | bool);
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:67:52
[INFO] [stdout]     |
[INFO] [stdout]  67 |               $(pub fn $intercept (&self) -> Option<&dyn $I> {
[INFO] [stdout]     |                                                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:292:13
[INFO] [stdout]     |
[INFO] [stdout] 292 | /             multi_router!(
[INFO] [stdout] 293 | |                 #[derive()]
[INFO] [stdout] 294 | |                 pub PlayerMultiRouter {
[INFO] [stdout] 295 | |                     i as LifeIntercept where i32 => () | bool => (),
[INFO] [stdout] ...   |
[INFO] [stdout] 300 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:102:56
[INFO] [stdout]     |
[INFO] [stdout] 102 |               fn take_intercept(&mut self) -> Option<Box<dyn $I>> {
[INFO] [stdout]     |                                                          ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:292:13
[INFO] [stdout]     |
[INFO] [stdout] 292 | /             multi_router!(
[INFO] [stdout] 293 | |                 #[derive()]
[INFO] [stdout] 294 | |                 pub PlayerMultiRouter {
[INFO] [stdout] 295 | |                     i as LifeIntercept where i32 => () | bool => (),
[INFO] [stdout] ...   |
[INFO] [stdout] 300 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:106:62
[INFO] [stdout]     |
[INFO] [stdout] 106 |               fn delete_top_intercept(&mut self) -> Option<Box<dyn $I>> {
[INFO] [stdout]     |                                                                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:292:13
[INFO] [stdout]     |
[INFO] [stdout] 292 | /             multi_router!(
[INFO] [stdout] 293 | |                 #[derive()]
[INFO] [stdout] 294 | |                 pub PlayerMultiRouter {
[INFO] [stdout] 295 | |                     i as LifeIntercept where i32 => () | bool => (),
[INFO] [stdout] ...   |
[INFO] [stdout] 300 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:114:52
[INFO] [stdout]     |
[INFO] [stdout] 114 |               fn intercept(&mut self, intercept: Box<dyn $I>) {
[INFO] [stdout]     |                                                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:292:13
[INFO] [stdout]     |
[INFO] [stdout] 292 | /             multi_router!(
[INFO] [stdout] 293 | |                 #[derive()]
[INFO] [stdout] 294 | |                 pub PlayerMultiRouter {
[INFO] [stdout] 295 | |                     i as LifeIntercept where i32 => () | bool => (),
[INFO] [stdout] ...   |
[INFO] [stdout] 300 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:67:52
[INFO] [stdout]     |
[INFO] [stdout]  67 |               $(pub fn $intercept (&self) -> Option<&dyn $I> {
[INFO] [stdout]     |                                                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 | /             multi_router!(pub ShieldedMultiRouter {
[INFO] [stdout] 303 | |                 i as LifeIntercept where i32 | bool
[INFO] [stdout] 304 | |             });
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:102:56
[INFO] [stdout]     |
[INFO] [stdout] 102 |               fn take_intercept(&mut self) -> Option<Box<dyn $I>> {
[INFO] [stdout]     |                                                          ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 | /             multi_router!(pub ShieldedMultiRouter {
[INFO] [stdout] 303 | |                 i as LifeIntercept where i32 | bool
[INFO] [stdout] 304 | |             });
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:106:62
[INFO] [stdout]     |
[INFO] [stdout] 106 |               fn delete_top_intercept(&mut self) -> Option<Box<dyn $I>> {
[INFO] [stdout]     |                                                                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 | /             multi_router!(pub ShieldedMultiRouter {
[INFO] [stdout] 303 | |                 i as LifeIntercept where i32 | bool
[INFO] [stdout] 304 | |             });
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:114:52
[INFO] [stdout]     |
[INFO] [stdout] 114 |               fn intercept(&mut self, intercept: Box<dyn $I>) {
[INFO] [stdout]     |                                                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 | /             multi_router!(pub ShieldedMultiRouter {
[INFO] [stdout] 303 | |                 i as LifeIntercept where i32 | bool
[INFO] [stdout] 304 | |             });
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:33:56
[INFO] [stdout]     |
[INFO] [stdout]  33 |             fn take_intercept(&mut self) -> Option<Box<dyn $I>> {
[INFO] [stdout]     |                                                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:307:13
[INFO] [stdout]     |
[INFO] [stdout] 307 |             impl_multi_router_intercept_trait!(ShieldedMultiRouter as LifeIntercept for i32 | bool);
[INFO] [stdout]     |             --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `impl_multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:36:52
[INFO] [stdout]     |
[INFO] [stdout]  36 |             fn intercept(&mut self, intercept: Box<dyn $I>) {
[INFO] [stdout]     |                                                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:307:13
[INFO] [stdout]     |
[INFO] [stdout] 307 |             impl_multi_router_intercept_trait!(ShieldedMultiRouter as LifeIntercept for i32 | bool);
[INFO] [stdout]     |             --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `impl_multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:101:67
[INFO] [stdout]     |
[INFO] [stdout] 101 |           $(impl<R> $crate::event_horizon::multi_router::MultiRoute<dyn $I> for $Name<R> {
[INFO] [stdout]     |                                                                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:292:13
[INFO] [stdout]     |
[INFO] [stdout] 292 | /             multi_router!(
[INFO] [stdout] 293 | |                 #[derive()]
[INFO] [stdout] 294 | |                 pub PlayerMultiRouter {
[INFO] [stdout] 295 | |                     i as LifeIntercept where i32 => () | bool => (),
[INFO] [stdout] ...   |
[INFO] [stdout] 300 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:101:67
[INFO] [stdout]     |
[INFO] [stdout] 101 |           $(impl<R> $crate::event_horizon::multi_router::MultiRoute<dyn $I> for $Name<R> {
[INFO] [stdout]     |                                                                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 | /             multi_router!(pub ShieldedMultiRouter {
[INFO] [stdout] 303 | |                 i as LifeIntercept where i32 | bool
[INFO] [stdout] 304 | |             });
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/lib.rs:414:19
[INFO] [stdout]     |
[INFO] [stdout] 414 |         )) as Box<dyn isolated::LifeIntercept>);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/lib.rs:424:20
[INFO] [stdout]     |
[INFO] [stdout] 424 |         let _: Box<dyn isolated::LifeIntercept> = multi_router.take_intercept().unwrap();
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/lib.rs:440:19
[INFO] [stdout]     |
[INFO] [stdout] 440 |         )) as Box<dyn isolated::LifeIntercept>);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/lib.rs:444:19
[INFO] [stdout]     |
[INFO] [stdout] 444 |         )) as Box<dyn isolated::LifeIntercept>);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/lib.rs:452:51
[INFO] [stdout]     |
[INFO] [stdout] 452 |         (&mut multi_router as &mut dyn MultiRoute<dyn isolated::LifeIntercept>)
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/lib.rs:460:19
[INFO] [stdout]     |
[INFO] [stdout] 460 |         )) as Box<dyn isolated::LifeIntercept>);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:81:95
[INFO] [stdout]     |
[INFO] [stdout]  81 |   ...                   (self as &mut dyn $crate::event_horizon::multi_router::MultiRoute<dyn $I>).delete_top_intercept().unwrap();
[INFO] [stdout]     |                                                                                           ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:292:13
[INFO] [stdout]     |
[INFO] [stdout] 292 | /             multi_router!(
[INFO] [stdout] 293 | |                 #[derive()]
[INFO] [stdout] 294 | |                 pub PlayerMultiRouter {
[INFO] [stdout] 295 | |                     i as LifeIntercept where i32 => () | bool => (),
[INFO] [stdout] ...   |
[INFO] [stdout] 300 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:109:62
[INFO] [stdout]     |
[INFO] [stdout] 109 |                       self.$intercept = (intercept as &mut Box<dyn $I>).take_intercept();
[INFO] [stdout]     |                                                                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:292:13
[INFO] [stdout]     |
[INFO] [stdout] 292 | /             multi_router!(
[INFO] [stdout] 293 | |                 #[derive()]
[INFO] [stdout] 294 | |                 pub PlayerMultiRouter {
[INFO] [stdout] 295 | |                     i as LifeIntercept where i32 => () | bool => (),
[INFO] [stdout] ...   |
[INFO] [stdout] 300 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:81:95
[INFO] [stdout]     |
[INFO] [stdout]  81 |   ...                   (self as &mut dyn $crate::event_horizon::multi_router::MultiRoute<dyn $I>).delete_top_intercept().unwrap();
[INFO] [stdout]     |                                                                                           ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 | /             multi_router!(pub ShieldedMultiRouter {
[INFO] [stdout] 303 | |                 i as LifeIntercept where i32 | bool
[INFO] [stdout] 304 | |             });
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:109:62
[INFO] [stdout]     |
[INFO] [stdout] 109 |                       self.$intercept = (intercept as &mut Box<dyn $I>).take_intercept();
[INFO] [stdout]     |                                                                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 | /             multi_router!(pub ShieldedMultiRouter {
[INFO] [stdout] 303 | |                 i as LifeIntercept where i32 | bool
[INFO] [stdout] 304 | |             });
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:34:82
[INFO] [stdout]     |
[INFO] [stdout]  34 |                 (self as &mut dyn crate::event_horizon::multi_router::MultiRoute<dyn $I>).take_intercept()
[INFO] [stdout]     |                                                                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:307:13
[INFO] [stdout]     |
[INFO] [stdout] 307 |             impl_multi_router_intercept_trait!(ShieldedMultiRouter as LifeIntercept for i32 | bool);
[INFO] [stdout]     |             --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `impl_multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: conflicting associated type bindings for `Output`
[INFO] [stdout]    --> src/multi_router.rs:37:82
[INFO] [stdout]     |
[INFO] [stdout]  37 |                 (self as &mut dyn crate::event_horizon::multi_router::MultiRoute<dyn $I>).intercept(intercept)
[INFO] [stdout]     |                                                                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:307:13
[INFO] [stdout]     |
[INFO] [stdout] 307 |             impl_multi_router_intercept_trait!(ShieldedMultiRouter as LifeIntercept for i32 | bool);
[INFO] [stdout]     |             --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Output` is specified to be `bool`
[INFO] [stdout]     = note: `Output` is also specified to be `i32`
[INFO] [stdout]     = note: this error originates in the macro `impl_multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/arc_linker.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn lock(&self) -> MutexGuard<Option<R>> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn lock(&self) -> MutexGuard<'_, Option<R>> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rc_linker.rs:27:19
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn borrow(&self) -> Ref<Option<R>> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn borrow(&self) -> Ref<'_, Option<R>> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rc_linker.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn borrow_mut(&self) -> RefMut<Option<R>> {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn borrow_mut(&self) -> RefMut<'_, Option<R>> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `data-router` (lib test) due to 28 previous errors
[INFO] running `Command { std: "docker" "inspect" "937dfccf0514420f55a29ffbbbca67bf65509102a64706f400c1a1456ad72b80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "937dfccf0514420f55a29ffbbbca67bf65509102a64706f400c1a1456ad72b80", kill_on_drop: false }`
[INFO] [stdout] 937dfccf0514420f55a29ffbbbca67bf65509102a64706f400c1a1456ad72b80
